CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - page replacement

搜索资源列表

  1. 操作系统中改进型clock页面置换算法的演示算法

    0下载:
  2. 操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2016-12-23
    • 文件大小:1157
    • 提供者:周岩
  1. Clock

    0下载:
  2. 大学计算机操作系统课程设计,完成页面置换功能,利用clock算法-University computer operating system curriculum design, complete page replacement function, the use of clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:10901
    • 提供者:王明
  1. fifo

    0下载:
  2. 一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3313
    • 提供者:stephenzou
  1. qqfy

    0下载:
  2. 操作系统的页面置换算法,FIFO,LRU-Operating system page replacement algorithm, FIFO, LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3077
    • 提供者:叶相延
  1. FIFO

    0下载:
  2. 操作系统实践课程实验,页面置换的4种方法,FIFO等-Practice Course experimental operating system, page replacement of the four kinds of methods, FIFO, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1512
    • 提供者:gf
  1. Clock

    0下载:
  2. 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:7871
    • 提供者:李方
  1. workplace

    0下载:
  2. 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:83018
    • 提供者:lzh
  1. java

    1下载:
  2. Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
  3. 所属分类:Windows编程

    • 发布日期:2013-11-02
    • 文件大小:38635
    • 提供者:李云
  1. pageReplac1646389172003

    0下载:
  2. it is a page replacement algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:divya
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2083
    • 提供者:pauly_917
  1. vc783453772452

    0下载:
  2. C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1912222
    • 提供者:lee
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7099
    • 提供者:yangyang
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:342705
    • 提供者:张帅
  1. Nachos-scheduler.tar

    0下载:
  2. 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算法。 NRU(Not Recently Used)算法 SC(Second Chance)算法 Clock算法 Working Set算法 Aging算法 -The purpose of this project is to achieve the missing page handling procedures, which ne
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:572356
    • 提供者:gavinfeng
  1. os.txt

    0下载:
  2. 通过模拟页面管理中各种页面替换算法,进一步理解各种算法的性能,并且进一步理解各种页面替换算法的优缺点。-Page Management by simulating the various page replacement algorithms, a better understanding of the performance of various algorithms, and further understand the advantages and disadvantages of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2014
    • 提供者:安琪多
  1. FIFO

    0下载:
  2. 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:134870
    • 提供者:青青
  1. lru-page

    0下载:
  2. LRU page replacement technique-LRU page replacement technique........
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:841
    • 提供者:Nitin
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:43237
    • 提供者:李明博
  1. Page-replacement-algorithm

    0下载:
  2. 1)先进先出页面置换算法(FIFO) 2)最近最久未使用页面置换算法(LRU) 3)最佳置换页面置换算法(OPT)-1) FIFO page replacement algorithm (FIFO) 2) lack of use the most recent page replacement algorithm (LRU) 3) replacement of the best page replacement algorithm (OPT)
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:20439
    • 提供者:xiaoxiao
  1. Page-replacement-algorithm

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。 -Respectively, to achieve optimal replacement algorithm (optimal), First In First Out (FIFO) page replacement algorithm and the most-recently-used recently (LRU) replacement algo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:85464
    • 提供者:唐艰苦
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com